home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / fp / ifp_dos.lzh / ifp / demo / Cart < prev    next >
Encoding:
Text File  |  1987-02-03  |  87 b   |  7 lines

  1. (* 
  2.  * Cartesian product of two sequences
  3.  *)
  4. DEF Cart AS 
  5.    distr | EACH distl END;
  6.  
  7.